From: tsteven4 Date: Sat, 20 Feb 2016 05:14:52 +0000 (-0700) Subject: fix option processing for delbin gcsym option. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~9^2~32^2~1^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=81a9c27b782dbe03c81f12cb5afcb3e95663e485;p=gpsbabel.git fix option processing for delbin gcsym option. --- diff --git a/delbin.cc b/delbin.cc index 0e0ec2d05..56735fc2a 100644 --- a/delbin.cc +++ b/delbin.cc @@ -137,7 +137,7 @@ static arglist_t delbin_args[] = { ARG_NOMINMAX }, {"hint_at_end", &opt_hint_at_end, "If true, geocache hint at end of text", NULL, ARGTYPE_BOOL, ARG_NOMINMAX }, - {"gcsym", &opt_gcsym, "If set to 0, prefer user-provided symbols over Groundspeaks ones for geocaches", NULL, ARGTYPE_BOOL, ARG_NOMINMAX, (char*) "1" }, + {"gcsym", &opt_gcsym, "If set to 0, prefer user-provided symbols over Groundspeaks ones for geocaches", "1", ARGTYPE_BOOL, ARG_NOMINMAX }, ARG_TERMINATOR };